home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
santa_mobile.swf
/
scripts
/
DefineSprite_318
/
frame_3
/
DoAction.as
Wrap
Text File
|
2011-09-24
|
381b
|
20 lines
if(-50 < getProperty(this, _X))
{
setProperty(this, _X, getProperty(this, _X) - _root.speed);
play();
}
else
{
setProperty(this, _X, 1050);
time = getTimer() + 2000;
gotoAndPlay(1);
}
if(this.hitTest(_root.mobile))
{
_root.soun.start(0,1);
_root.scor += 100;
setProperty(this, _X, 1050);
time = getTimer() + 2000;
gotoAndPlay(1);
}